Enum ViewCommandAction

java.lang.Object
java.lang.Enum<ViewCommandAction>
com.cisco.pt.ipc.enums.ViewCommandAction
All Implemented Interfaces:
Serializable, Comparable<ViewCommandAction>, Constable

public enum ViewCommandAction extends Enum<ViewCommandAction>
An enum for the IPC's ViewCommandAction values
Author:
packettracerexapps@external.cisco.com
  • Enum Constant Details

    • VIEW_COMMAND_INCLUDE

      public static final ViewCommandAction VIEW_COMMAND_INCLUDE
    • VIEW_COMMAND_EXCLUDE

      public static final ViewCommandAction VIEW_COMMAND_EXCLUDE
    • VIEW_COMMAND_INCLUDE_EXCLUSIVE

      public static final ViewCommandAction VIEW_COMMAND_INCLUDE_EXCLUSIVE
  • Field Details

    • intValue

      protected int intValue
  • Method Details

    • values

      public static ViewCommandAction[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static ViewCommandAction valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • getIntValue

      public int getIntValue()
    • fromIntValue

      public static ViewCommandAction fromIntValue(int value)
    • fromIntValue

      public static ViewCommandAction fromIntValue(Integer value)